From a4ed2092df589e3ac654efded4adf165c5ba31a6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Jun 2005 05:03:41 +0000 Subject: [PATCH] Add GtkClipboardIamgeReceivedFunc 2005-06-10 Matthias Clasen * gtk/tmpl/gtkclipboard.sgml: * gtk/gtk-sections.txt: Add GtkClipboardIamgeReceivedFunc --- docs/reference/ChangeLog | 3 +++ docs/reference/gtk/gtk-sections.txt | 1 + docs/reference/gtk/tmpl/gtkclipboard.sgml | 14 ++++++++++++++ 3 files changed, 18 insertions(+) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index dd4cd46516..c39787544b 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,8 @@ 2005-06-10 Matthias Clasen + * gtk/tmpl/gtkclipboard.sgml: + * gtk/gtk-sections.txt: Add GtkClipboardIamgeReceivedFunc + * gtk/tmpl/gtkpaned.sgml: * gtk/tmpl/gtkmenu.sgml: diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 1715d42790..2bb5309cb4 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -5105,6 +5105,7 @@ gtk_selection_data_get_type GtkClipboard GtkClipboardReceivedFunc GtkClipboardTextReceivedFunc +GtkClipboardImageReceivedFunc GtkClipboardTargetsReceivedFunc GtkClipboardGetFunc GtkClipboardClearFunc diff --git a/docs/reference/gtk/tmpl/gtkclipboard.sgml b/docs/reference/gtk/tmpl/gtkclipboard.sgml index b4a9078a7e..ab6e16afb1 100644 --- a/docs/reference/gtk/tmpl/gtkclipboard.sgml +++ b/docs/reference/gtk/tmpl/gtkclipboard.sgml @@ -84,6 +84,9 @@ Storing data on clipboards + + + @@ -115,6 +118,17 @@ Storing data on clipboards @data: the @user_data supplied to gtk_clipboard_request_text(). + + + A function to be called when the results of gtk_clipboard_request_image() + are received, or when the request fails. + + +@clipboard: the #GtkClipboard +@pixbuf: the received image +@data: the @user_data supplied to gtk_clipboard_request_image(). +@Since: 2.6 + A function to be called when the results of gtk_clipboard_request_targets() -- 2.30.2